home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Fvrml1export.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  412b  |  16 lines

  1. #ifndef _Fvrml1export_H_
  2. #define _Fvrml1export_H_
  3.  
  4. enum
  5. {
  6.     VRML1EXPORTFILTER_SCALE                         = 1000,
  7.     VRML1EXPORTFILTER_TEXTURES                = 1001,
  8.         VRML1EXPORTFILTER_TEXTURES_NONE                = 0,
  9.         VRML1EXPORTFILTER_TEXTURES_REFERENCED    = 1,
  10.         VRML1EXPORTFILTER_TEXTURES_INFILE            = 2,
  11.     VRML1EXPORTFILTER_TEXTURESIZE            = 1002,
  12.     VRML1EXPORTFILTER_BACKFACECULLING    = 1003,
  13.     VRML1EXPORTFILTER_FORMAT                    = 1004
  14. };
  15.  
  16. #endif